home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / make / make-3.74 / config.h.in < prev    next >
Encoding:
Text File  |  1995-08-01  |  7.0 KB  |  271 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  21. #undef DGUX
  22.  
  23. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  24. #undef GETLOADAVG_PRIVILEGED
  25.  
  26. /* Define to `int' if <sys/types.h> doesn't define.  */
  27. #undef gid_t
  28.  
  29. /* Define if you have alloca, as a function or macro.  */
  30. #undef HAVE_ALLOCA
  31.  
  32. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  33. #undef HAVE_ALLOCA_H
  34.  
  35. /* Define if you don't have vprintf but do have _doprnt.  */
  36. #undef HAVE_DOPRNT
  37.  
  38. /* Define if your system has its own `getloadavg' function.  */
  39. #undef HAVE_GETLOADAVG
  40.  
  41. /* Define if you have the getmntent function.  */
  42. #undef HAVE_GETMNTENT
  43.  
  44. /* Define if the `long double' type works.  */
  45. #undef HAVE_LONG_DOUBLE
  46.  
  47. /* Define if you support file names longer than 14 characters.  */
  48. #undef HAVE_LONG_FILE_NAMES
  49.  
  50. /* Define if you have a working `mmap' system call.  */
  51. #undef HAVE_MMAP
  52.  
  53. /* Define if system calls automatically restart after interruption
  54.    by a signal.  */
  55. #undef HAVE_RESTARTABLE_SYSCALLS
  56.  
  57. /* Define if your struct stat has st_blksize.  */
  58. #undef HAVE_ST_BLKSIZE
  59.  
  60. /* Define if your struct stat has st_blocks.  */
  61. #undef HAVE_ST_BLOCKS
  62.  
  63. /* Define if you have the strcoll function and it is properly defined.  */
  64. #undef HAVE_STRCOLL
  65.  
  66. /* Define if your struct stat has st_rdev.  */
  67. #undef HAVE_ST_RDEV
  68.  
  69. /* Define if you have the strftime function.  */
  70. #undef HAVE_STRFTIME
  71.  
  72. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  73. #undef HAVE_SYS_WAIT_H
  74.  
  75. /* Define if your struct tm has tm_zone.  */
  76. #undef HAVE_TM_ZONE
  77.  
  78. /* Define if you don't have tm_zone but do have the external array
  79.    tzname.  */
  80. #undef HAVE_TZNAME
  81.  
  82. /* Define if you have <unistd.h>.  */
  83. #undef HAVE_UNISTD_H
  84.  
  85. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  86. #undef HAVE_UTIME_NULL
  87.  
  88. /* Define if you have <vfork.h>.  */
  89. #undef HAVE_VFORK_H
  90.  
  91. /* Define if you have the vprintf function.  */
  92. #undef HAVE_VPRINTF
  93.  
  94. /* Define if you have the wait3 system call.  */
  95. #undef HAVE_WAIT3
  96.  
  97. /* Define if on MINIX.  */
  98. #undef _MINIX
  99.  
  100. /* Define if your struct nlist has an n_un member.  */
  101. #undef NLIST_NAME_UNION
  102.  
  103. /* Define if you have <nlist.h>.  */
  104. #undef NLIST_STRUCT
  105.  
  106. /* Define if your C compiler doesn't accept -c and -o together.  */
  107. #undef NO_MINUS_C_MINUS_O
  108.  
  109. /* Define to `int' if <sys/types.h> doesn't define.  */
  110. #undef pid_t
  111.  
  112. /* Define if the system does not provide POSIX.1 features except
  113.    with this defined.  */
  114. #undef _POSIX_1_SOURCE
  115.  
  116. /* Define if you need to in order for stat and other things to work.  */
  117. #undef _POSIX_SOURCE
  118.  
  119. /* Define as the return type of signal handlers (int or void).  */
  120. #undef RETSIGTYPE
  121.  
  122. /* Define if the setvbuf function takes the buffering type as its second
  123.    argument and the buffer pointer as the third, as on System V
  124.    before release 3.  */
  125. #undef SETVBUF_REVERSED
  126.  
  127. /* If using the C implementation of alloca, define if you know the
  128.    direction of stack growth for your system; otherwise it will be
  129.    automatically deduced at run-time.
  130.     STACK_DIRECTION > 0 => grows toward higher addresses
  131.     STACK_DIRECTION < 0 => grows toward lower addresses
  132.     STACK_DIRECTION = 0 => direction of growth unknown
  133.  */
  134. #undef STACK_DIRECTION
  135.  
  136. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  137. #undef STAT_MACROS_BROKEN
  138.  
  139. /* Define if you have the ANSI C header files.  */
  140. #undef STDC_HEADERS
  141.  
  142. /* Define on System V Release 4.  */
  143. #undef SVR4
  144.  
  145. /* Define if `sys_siglist' is declared by <signal.h>.  */
  146. #undef SYS_SIGLIST_DECLARED
  147.  
  148. /* Define to `int' if <sys/types.h> doesn't define.  */
  149. #undef uid_t
  150.  
  151. /* Define for Encore UMAX.  */
  152. #undef UMAX
  153.  
  154. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  155.    instead of <sys/cpustats.h>.  */
  156. #undef UMAX4_3
  157.  
  158. /* Define vfork as fork if vfork does not work.  */
  159. #undef vfork
  160.  
  161. /* Define to the name of the SCCS `get' command.  */
  162. #undef SCCS_GET
  163.  
  164. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  165. #undef SCCS_GET_MINUS_G
  166.  
  167. /* Define this if the C library defines the variable `sys_siglist'.  */
  168. #undef HAVE_SYS_SIGLIST
  169.  
  170. /* Define this if the C library defines the variable `_sys_siglist'.  */
  171. #undef HAVE__SYS_SIGLIST
  172.  
  173. /* Define this if you have the `union wait' type in <sys/wait.h>.  */
  174. #undef HAVE_UNION_WAIT
  175.  
  176. /* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly.  */
  177. #undef HAVE_SYSCONF_OPEN_MAX
  178.  
  179. /* Define if you have the dup2 function.  */
  180. #undef HAVE_DUP2
  181.  
  182. /* Define if you have the getcwd function.  */
  183. #undef HAVE_GETCWD
  184.  
  185. /* Define if you have the getdtablesize function.  */
  186. #undef HAVE_GETDTABLESIZE
  187.  
  188. /* Define if you have the getgroups function.  */
  189. #undef HAVE_GETGROUPS
  190.  
  191. /* Define if you have the mktemp function.  */
  192. #undef HAVE_MKTEMP
  193.  
  194. /* Define if you have the psignal function.  */
  195. #undef HAVE_PSIGNAL
  196.  
  197. /* Define if you have the setegid function.  */
  198. #undef HAVE_SETEGID
  199.  
  200. /* Define if you have the seteuid function.  */
  201. #undef HAVE_SETEUID
  202.  
  203. /* Define if you have the setlinebuf function.  */
  204. #undef HAVE_SETLINEBUF
  205.  
  206. /* Define if you have the setregid function.  */
  207. #undef HAVE_SETREGID
  208.  
  209. /* Define if you have the setreuid function.  */
  210. #undef HAVE_SETREUID
  211.  
  212. /* Define if you have the sigsetmask function.  */
  213. #undef HAVE_SIGSETMASK
  214.  
  215. /* Define if you have the strerror function.  */
  216. #undef HAVE_STRERROR
  217.  
  218. /* Define if you have the strsignal function.  */
  219. #undef HAVE_STRSIGNAL
  220.  
  221. /* Define if you have the wait3 function.  */
  222. #undef HAVE_WAIT3
  223.  
  224. /* Define if you have the waitpid function.  */
  225. #undef HAVE_WAITPID
  226.  
  227. /* Define if you have the <dirent.h> header file.  */
  228. #undef HAVE_DIRENT_H
  229.  
  230. /* Define if you have the <fcntl.h> header file.  */
  231. #undef HAVE_FCNTL_H
  232.  
  233. /* Define if you have the <limits.h> header file.  */
  234. #undef HAVE_LIMITS_H
  235.  
  236. /* Define if you have the <mach/mach.h> header file.  */
  237. #undef HAVE_MACH_MACH_H
  238.  
  239. /* Define if you have the <memory.h> header file.  */
  240. #undef HAVE_MEMORY_H
  241.  
  242. /* Define if you have the <ndir.h> header file.  */
  243. #undef HAVE_NDIR_H
  244.  
  245. /* Define if you have the <string.h> header file.  */
  246. #undef HAVE_STRING_H
  247.  
  248. /* Define if you have the <sys/dir.h> header file.  */
  249. #undef HAVE_SYS_DIR_H
  250.  
  251. /* Define if you have the <sys/ndir.h> header file.  */
  252. #undef HAVE_SYS_NDIR_H
  253.  
  254. /* Define if you have the <sys/param.h> header file.  */
  255. #undef HAVE_SYS_PARAM_H
  256.  
  257. /* Define if you have the <sys/timeb.h> header file.  */
  258. #undef HAVE_SYS_TIMEB_H
  259.  
  260. /* Define if you have the <sys/wait.h> header file.  */
  261. #undef HAVE_SYS_WAIT_H
  262.  
  263. /* Define if you have the <unistd.h> header file.  */
  264. #undef HAVE_UNISTD_H
  265.  
  266. /* Define if you have the dgc library (-ldgc).  */
  267. #undef HAVE_LIBDGC
  268.  
  269. /* Define if you have the sun library (-lsun).  */
  270. #undef HAVE_LIBSUN
  271.